syscall.SockaddrUnix.raw (field)
9 uses
syscall (current package)
syscall_linux.go#L554: if n > len(sa.raw.Path) {
syscall_linux.go#L557: if n == len(sa.raw.Path) && name[0] != '@' {
syscall_linux.go#L560: sa.raw.Family = AF_UNIX
syscall_linux.go#L562: sa.raw.Path[i] = int8(name[i])
syscall_linux.go#L569: if sa.raw.Path[0] == '@' || (sa.raw.Path[0] == 0 && sl > 3) {
syscall_linux.go#L571: sa.raw.Path[0] = 0
syscall_linux.go#L576: return unsafe.Pointer(&sa.raw), sl, nil
syscall_unix.go#L284: raw RawSockaddrUnix
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |